home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / style2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : style_checker
  3. -- VERSION           : 1.1
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : JFOREMAN at ECLB
  6. -- AUTHOR            : Texas Instruments
  7. --                   : Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. --                   : Note: Work done under contract to the Naval
  11. --                   : Oceans Systems Center (NOSC)
  12. -- COPYRIGHT         : 
  13. -- DATE CREATED      : 17 Apr 85    
  14. -- DATE RELEASED     : 17 Apr 85
  15. -- DATE LAST UPDATED : 30 Dec 85
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DEC VAX 11/785, DEC Ada
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  20. -- CATEGORY LEVEL 2  : STYLE
  21. -- CATEGORY LEVEL 3  : Style Checker 2
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : Ada style checker
  24. -- KEYWORD           : Ada style
  25. -- INDEX             : Ada Style Checker
  26. -- INDEX             : Checker, Style
  27. -- INDEX             : Style Checker
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : 
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.STYLE>STYLE2.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.STYLE>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   STYLE2.PRO             3454          70
  38. --   STYLE2.SRC           408164       10049
  39. --   ===============  ==========  ==========
  40. --     2 Files            411618       10119
  41. --= ABSTRACT             ===============================================--
  42. --         The  style checker will examine an Ada program and try to pick
  43. -- pieces of the program which follow incorrect style conventions.  These
  44. -- conventions  themselves  will  be  determined  by a file of parameters
  45. -- which can be editted to "tailor" the style to local  (or  contractual)
  46. -- conventions.
  47. -- 
  48. --         Both physical and logical style features will be  checked  for
  49. -- including  indentation,  use  of  blank  space, names, use of reserved
  50. -- words (such as restricting certain  features,  i.e.   gotos),  nesting
  51. -- levels, parameter passing, and comments.
  52. --= REVISION HISTORY     ===============================================--
  53. --
  54. -- DATE         VERSION    AUTHOR                  HISTORY
  55. -- 4/17/85    1.0    TI Ada Technology Branch    Initial Release
  56. -- 12/30/85    1.1    TI Ada Technology Branch    Converted to run on DEC
  57. --= RELEASE NOTICE       ===============================================--
  58. -- This prologue must be included in all copies of this software.
  59. --
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.